-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added GitRepository object to BuildDefinition #82
Conversation
Can navigate build defs for TFS and VSTS
Now they can be formatted differently
Updated help for update service endpoint Clear last two Script Analyzer warnings
12 unit tests are broken in your PR. |
aw, sorry - now I see it and will fix it |
Now unit and integration tests for build definitions work again. The problem I was trying to solve is that with the API call for |
@DarqueWarrior as a next step I'd like to convert Queue also to class VSTeamQueue in teamspsdrive. My end game is that I can conveniently replace/exchange/update or even add elements in a build definitions tree and then update the whole definition. Hence I think each elements needs to have a proper class so it can be instantiated by the consumer. |
@@ -24,6 +24,10 @@ Build Definition / Process / Phases / Steps are broken down into separate object | |||
(Get-VSTeamBuildDefinition -ProjectName MyProject -Id 42).Process.Phases[0].Steps[0] | |||
``` | |||
|
|||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a merge issue snuck in
Thanks, I will look at it. |
PR Summary
[VSTeamProjectCache]::timestamp = -1
toVSTeamAccount
constructor after experiencing blocking withNew-PSDrive -Name V -PSProvider SHiPS -Root 'VSTeam#VSTeamAccount' -Verbose; Get-VSTeamBuildDefinition -ProjectName someProject
PR Checklist